Skip to main content

Get Max Payout Amount

Request to be POSTed to uri : /NorenWClientTP/GetMaxPayoutAmount

Request Details :

Parameter NamePossible valueDescription
jData*Should send json object with fields in below list
jKey*Key Obtained on login success.
Json FieldsPossible valueDescription
uid*Logged in User Id
actid*Account id of the logged in user.
segEQT/FX/DER/COM can be sent if limits are managed at segregated level
exchNSE/BSE/NFO… can be sent if limits are managed at exchange level
prdC/I/M/F/H/B can be sent if limits are set at product level

Response Details :

Json FieldsPossible valueDescription
statOk or Not_OkLogin Success Or failure status
request_timeThis will be present only in a successful response.
actidAccount id
payoutMaximum payout amount

Sample Success Response :

{
"request_time":"15:52:26 10-05-2021",
"stat":"Ok",
"actid":"C-GURURAJ",
"payout":"21200.20"
}

Sample Failure Response :

{
"stat":"Not_Ok",
"emsg":"Session Expired : Invalid Session Key"
}